Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: FlareSkill PB update #1162

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix: FlareSkill PB update #1162

wants to merge 1 commit into from

Conversation

Gyoo
Copy link
Contributor

@Gyoo Gyoo commented Aug 24, 2024

Adding a new PB merge function to update flare in PB scores. This will also fix the profile ranking.

Some actions need to be done to update existing data :

  • Recreate enumIndexes for scoreData.optional in scores, since there was a bug in derivers.ts that prevented the creation of those
  • Update PB merges with the newly updated optional.enumIndexes
  • Recompute profile ratings

@Gyoo Gyoo marked this pull request as ready for review August 25, 2024 07:38
...Object.entries(gptConfig.providedMetrics),
...Object.entries(gptConfig.derivedMetrics),
]) {
for (const [key, conf] of [...Object.entries(gptConfig.optionalMetrics)]) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jesus this is a pretty rough bug. will need to merge this and then maybe run some rederivations on the database....

@zkrising
Copy link
Owner

That bug is going to cause some serious trouble and I can't merge this without taking down the site for a minute, as this will change score checksumming, resulting in duplicate scores everywhere. Blegh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants